DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / DidChangeAdjustedContentInset Method

In This Topic
    DidChangeAdjustedContentInset Method (C1CollectionViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub DidChangeAdjustedContentInset( _
       ByVal scrollView As UIKit.UIScrollView _
    ) 
    public virtual void DidChangeAdjustedContentInset( 
       UIKit.UIScrollView scrollView
    )

    Parameters

    scrollView
    See Also